searchenginequartz: Fix naming of Beagle @ comment
authorDaniel Boles <dboles.src@gmail.com>
Mon, 7 Jan 2019 20:34:32 +0000 (20:34 +0000)
committerDaniel Boles <dboles.src@gmail.com>
Mon, 7 Jan 2019 20:46:08 +0000 (20:46 +0000)
As funny as that is, it's not very instructive. :P

https://gitlab.gnome.org/GNOME/gtk/merge_requests/490#note_400993

gtk/gtksearchenginequartz.c

index 95558a07f2b7d5533d01e61c5396d3d74a666ff4..7e9d5dd721c1fb93c78c7e8dd9ea51ea1e7b5661 100644 (file)
@@ -73,9 +73,7 @@ G_DEFINE_TYPE_WITH_PRIVATE (GtkSearchEngineQuartz, _gtk_search_engine_quartz, GT
 {
   int i;
   GList *hits = NULL;
-  /* The max was originally set to 1000 to mimic something called "the
-   * boogie backend".
-   */
+  /* The max was originally set to 1000 to mimic the Beagle backend. */
   const unsigned int max_hits = 1000;
   const unsigned int max_iter = submitted_hits + [ns_query resultCount];